< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03132100.xhp

(section: getguitype) (bookmark: bm_id3147143)
GetGuiType function

GetGuiType 関数

GetGuiType Function [Runtime]
GetGuiType 関数 [実行時](hd_id3155310.1)

Returns a numerical value that specifies the graphical user interface.
グラフィカルユーザーインタフェースの種類を示す数値を返します。(par_id3152459.2)

(/section: getguitype)

This runtime function is only provided for downward compatibility to previous versions. The return value is not defined in client-server environments.
この実行時関数は、旧バージョンのユーザーに対する下方互換性を維持するためだけに用意されています。またクライアント‐サーバー環境に対する戻り値は定義されていません。(par_id3153323.3)

Syntax:
構文:(hd_id3154894.4)

GetGUIType()
GetGUIType()(par_id3147143.5)

Return value:
戻り値:(hd_id3149346.6)

Integer
整数(par_id3153748.7)

Return values:
戻り値:(hd_id3149177.8)

1: Windows
1: Windows(par_id3147242.9)

4: UNIX
4: UNIX(par_id3156152.11)

Example:
例:(hd_id3148685.12)

Sub ExampleEnvironment
Sub ExampleEnvironment(par_id3149233.13)

MsgBox GetGUIType
MsgBox GetGUIType(par_id3145609.14)

End Sub
End Sub(par_id3145069.15)


< Prev / Next >